Skip to content

chore(deps): bump modal from 0.64.192 to 0.67.35#247

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/modal-0.67.35
Closed

chore(deps): bump modal from 0.64.192 to 0.67.35#247
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/modal-0.67.35

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps modal from 0.64.192 to 0.67.35.

Changelog

Sourced from modal's changelog.

Changelog

This changelog documents user-facing updates (features, enhancements, fixes, and deprecations) to the modal client library. Patch releases are made on every change.

The client library is still in pre-1.0 development, and sometimes breaking changes are necessary. We try to minimize them and publish deprecation warnings / migration guides in advance, typically providing a transition window of several months.

We appreciate your patience while we speedily work towards a stable release of the client.

Latest

0.67.28 (2024-12-05)

  • Adds Image.add_local_python_source which works similarly to the old and soon-to-be-deprecated Mount.from_local_python_packages but for images. One notable difference is that the new add_local_python_source only includes .py-files by default

0.67.23 (2024-12-04)

  • Image build functions that use a functools.wraps decorator will now have their global variables included in the cache key. Previously, the cache would use global variables referenced within the wrapper itself. This will force a rebuild for Image layers defined using wrapped functions.

0.67.22 (2024-12-03)

  • Fixed a bug introduced in v0.67.0 where it was impossible to call modal.Cls methods when passing a list of requested GPUs.

0.67.12 (2024-12-02)

  • Fixed a bug that executes the wrong method when a Modal Cls overrides a @modal.method inherited from a parent.

0.67.7 (2024-11-29)

  • Fixed a bug where pointing modal run at a method on a Modal Cls would fail if the method was inherited from a parent.

0.67.0 (2024-11-27)

New minor client version 0.67.x comes with an internal data model change for how Modal creates functions for Modal classes. There are no breaking or backwards-incompatible changes with this release. All forward lookup scenarios (.lookup() of a 0.67 class from a pre 0.67 client) as well as backwards lookup scenarios (.lookup() of a pre 0.67 class from a 0.67 client) work, except for a 0.62 client looking up a 0.67 class (this maintains our current restriction of not being able to lookup a 0.63+ class from a 0.62 client).

0.66

... (truncated)

Commits
  • 50a31e9 [auto-commit] [skip ci] Bump the build number
  • d815540 Decode messages for StreamType.STDOUT (#2624)
  • 772dc20 [auto-commit] [skip ci] Bump the build number
  • e9b06f1 Add example of persisted queue to reference (#2623)
  • fc67de2 [auto-commit] [skip ci] Bump the build number
  • 14899d6 Add ContainerHello endpoint (#2622)
  • 793810d [auto-commit] [skip ci] Bump the build number
  • 66fcf24 Log specific deps and IDs when there's a mismatch (#2621)
  • 489363e [auto-commit] [skip ci] Bump the build number
  • 88e35c3 Include original task ID in checkpoint info response (#2617)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [modal](https://github.com/modal-labs/modal-client) from 0.64.192 to 0.67.35.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.192...v0.67.35)

---
updated-dependencies:
- dependency-name: modal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 9, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 10, 2024

Superseded by #259.

@dependabot dependabot bot closed this Dec 10, 2024
@dependabot dependabot bot deleted the dependabot/pip/modal-0.67.35 branch December 10, 2024 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants